Liu Ming, publishing under the Gitee handle “extrame,” focuses on streamlined container tooling for Chinese-speaking developers and DevOps engineers; his single public utility, dget, bridges the gap between Docker Hub and local Windows workstations by enabling direct, registry-aware downloads of individual image layers without the full Docker daemon, making it useful for offline analysis, secure air-gapped transfers, or quick extraction of embedded binaries during CI troubleshooting. Typical scenarios include build agents that need only specific artifacts, network-restricted labs that cannot run background services, or incident-response teams that must inspect a compromised image on a clean machine. The lightweight CLI respects proxy settings, supports concurrent layer fetching, and can optionally flatten an image into a plain tarball compatible with containerd, nerdctl, or runc, thereby slotting naturally into automation scripts that already rely on standard Windows package managers. All extrame releases are signed and version-synchronized with upstream Docker Hub changes, ensuring reproducible pulls even when registry manifests are updated. The publisher’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest builds and allowing batch installation alongside other applications.

dget

Docker Hub 直接下载工具

Details